home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFSSDOC / TFSSDOC.txt
Text File  |  2006-04-19  |  6KB  |  276 lines

  1. object fSSDoc: TfSSDoc
  2.   Left = 191
  3.   Top = 121
  4.   Width = 588
  5.   Height = 403
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Style sheets in document'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 240
  10.   Constraints.MinWidth = 320
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Menu = MainMenu
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Bevel1: TBevel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 580
  29.     Height = 5
  30.     Align = alTop
  31.     Shape = bsTopLine
  32.   end
  33.   object Splitter1: TSplitter
  34.     Left = 0
  35.     Top = 234
  36.     Width = 580
  37.     Height = 2
  38.     Cursor = crVSplit
  39.     Align = alBottom
  40.   end
  41.   object lvSS: TListView
  42.     Left = 0
  43.     Top = 5
  44.     Width = 580
  45.     Height = 229
  46.     HelpContext = 4780
  47.     Align = alClient
  48.     Columns = <
  49.       item
  50.         Caption = 'Style sheet selectors'
  51.         Width = 132
  52.       end
  53.       item
  54.         Caption = 'Style sheet properties'
  55.         Width = 300
  56.       end
  57.       item
  58.         Caption = 'Comment'
  59.         Width = 140
  60.       end>
  61.     MultiSelect = True
  62.     ReadOnly = True
  63.     RowSelect = True
  64.     PopupMenu = pmSS
  65.     TabOrder = 0
  66.     ViewStyle = vsReport
  67.     OnChange = lvSSChange
  68.     OnDblClick = lvSSDblClick
  69.   end
  70.   object lvRules: TListView
  71.     Left = 0
  72.     Top = 236
  73.     Width = 580
  74.     Height = 72
  75.     HelpContext = 4790
  76.     Align = alBottom
  77.     Columns = <
  78.       item
  79.         Caption = 'At-rule Keywords'
  80.         Width = 200
  81.       end
  82.       item
  83.         Caption = 'At-rule Statements'
  84.         Width = 370
  85.       end>
  86.     MultiSelect = True
  87.     ReadOnly = True
  88.     RowSelect = True
  89.     PopupMenu = pmURLs
  90.     TabOrder = 1
  91.     ViewStyle = vsReport
  92.     OnChange = lvRulesChange
  93.     OnDblClick = lvRulesDblClick
  94.   end
  95.   object pnlBottom: TPanel
  96.     Left = 0
  97.     Top = 308
  98.     Width = 580
  99.     Height = 41
  100.     Align = alBottom
  101.     BevelOuter = bvNone
  102.     TabOrder = 2
  103.     OnResize = pnlBottomResize
  104.     object BtOk: TButton
  105.       Left = 174
  106.       Top = 13
  107.       Width = 72
  108.       Height = 22
  109.       HelpContext = 49
  110.       Caption = 'Ok'
  111.       Default = True
  112.       Enabled = False
  113.       ModalResult = 1
  114.       TabOrder = 0
  115.       OnClick = btOkClick
  116.     end
  117.     object btCancel: TButton
  118.       Left = 262
  119.       Top = 13
  120.       Width = 72
  121.       Height = 22
  122.       HelpContext = 44
  123.       Cancel = True
  124.       Caption = 'Cancel'
  125.       ModalResult = 2
  126.       TabOrder = 1
  127.       OnClick = btCancelClick
  128.     end
  129.     object btHelp: TButton
  130.       Left = 350
  131.       Top = 13
  132.       Width = 72
  133.       Height = 22
  134.       HelpContext = 7
  135.       Caption = 'Help'
  136.       TabOrder = 2
  137.       OnClick = btHelpClick
  138.     end
  139.   end
  140.   object MainMenu: TMainMenu
  141.     Images = frmTop.ilmenu
  142.     Left = 504
  143.     Top = 32
  144.     object miFile: TMenuItem
  145.       Caption = 'File'
  146.       object miFileNew: TMenuItem
  147.         Caption = 'New CSS'
  148.         ImageIndex = 93
  149.         ShortCut = 16462
  150.         OnClick = miFileNewClick
  151.       end
  152.       object miFileOpen: TMenuItem
  153.         Caption = 'Open CSS'
  154.         ImageIndex = 1
  155.         ShortCut = 16463
  156.         OnClick = miFileOpenClick
  157.       end
  158.       object N2: TMenuItem
  159.         Caption = '-'
  160.       end
  161.       object miFileSave: TMenuItem
  162.         Caption = 'Save CSS'
  163.         Enabled = False
  164.         ImageIndex = 3
  165.         ShortCut = 16467
  166.         OnClick = miFileSaveClick
  167.       end
  168.       object miFileSaveAs: TMenuItem
  169.         Caption = 'Save CSS As'
  170.         Enabled = False
  171.         OnClick = miFileSaveAsClick
  172.       end
  173.       object N3: TMenuItem
  174.         Caption = '-'
  175.       end
  176.       object miFileExit: TMenuItem
  177.         Caption = 'Exit'
  178.         ShortCut = 32883
  179.         OnClick = miFileExitClick
  180.       end
  181.     end
  182.     object miStyle: TMenuItem
  183.       Caption = 'Style'
  184.       object miStyleNew: TMenuItem
  185.         Caption = 'New'
  186.         ShortCut = 45
  187.         OnClick = miStyleNewClick
  188.       end
  189.       object miStyleEdit: TMenuItem
  190.         Caption = 'Edit'
  191.         OnClick = miStyleEditClick
  192.       end
  193.       object miStyleDelete: TMenuItem
  194.         Caption = 'Delete'
  195.         ShortCut = 46
  196.         OnClick = miStyleDeleteClick
  197.       end
  198.     end
  199.     object miURL: TMenuItem
  200.       Caption = 'URL'
  201.       object miURLNew: TMenuItem
  202.         Caption = 'New'
  203.         ShortCut = 8237
  204.         OnClick = miURLNewClick
  205.       end
  206.       object miURLEdit: TMenuItem
  207.         Caption = 'Edit'
  208.         OnClick = miURLEditClick
  209.       end
  210.       object miURLDelete: TMenuItem
  211.         Caption = 'Delete'
  212.         ShortCut = 8238
  213.         OnClick = miURLDeleteClick
  214.       end
  215.     end
  216.     object miSamples: TMenuItem
  217.       Caption = 'Samples'
  218.       object miAddToSamples: TMenuItem
  219.         Caption = 'Add to Samples'
  220.         OnClick = miAddToSamplesClick
  221.       end
  222.       object miOrganizeSamples: TMenuItem
  223.         Caption = 'Organize Samples'
  224.         OnClick = miOrganizeSamplesClick
  225.       end
  226.       object Predefinedstylesheet31: TMenuItem
  227.         Caption = '-'
  228.       end
  229.       object miNoSample: TMenuItem
  230.         Caption = '(No Sample)'
  231.         Enabled = False
  232.       end
  233.     end
  234.   end
  235.   object pmSS: TPopupMenu
  236.     Left = 504
  237.     Top = 64
  238.     object pmiNewSS: TMenuItem
  239.       Caption = 'New SS'
  240.       ShortCut = 45
  241.       OnClick = miStyleNewClick
  242.     end
  243.     object pmiEditSS: TMenuItem
  244.       Caption = 'Edit SS'
  245.       Enabled = False
  246.       OnClick = miStyleEditClick
  247.     end
  248.     object pmiDeleteSS: TMenuItem
  249.       Caption = 'Delete SS'
  250.       Enabled = False
  251.       ShortCut = 46
  252.       OnClick = miStyleDeleteClick
  253.     end
  254.   end
  255.   object pmURLs: TPopupMenu
  256.     Left = 504
  257.     Top = 96
  258.     object pmiNewURL: TMenuItem
  259.       Caption = 'New URL'
  260.       ShortCut = 8237
  261.       OnClick = miURLNewClick
  262.     end
  263.     object pmiEditURL: TMenuItem
  264.       Caption = 'Edit URL'
  265.       Enabled = False
  266.       OnClick = miURLEditClick
  267.     end
  268.     object pmiDeleteURL: TMenuItem
  269.       Caption = 'Delete URL'
  270.       Enabled = False
  271.       ShortCut = 8238
  272.       OnClick = miURLDeleteClick
  273.     end
  274.   end
  275. end
  276.